From: kaf24@firebug.cl.cam.ac.uk Date: Wed, 30 Aug 2006 17:03:55 +0000 (+0100) Subject: [XEN] Reserve hypercall number for kexec operations. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15673^2~22^2^2~3 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=6eb53eac78ea16b03191ffa7c08763438f87172f;p=xen.git [XEN] Reserve hypercall number for kexec operations. Signed-off-by: Keir Fraser --- diff --git a/xen/include/public/xen.h b/xen/include/public/xen.h index eb4bfcb6f9..bec06df60b 100644 --- a/xen/include/public/xen.h +++ b/xen/include/public/xen.h @@ -63,6 +63,7 @@ #define __HYPERVISOR_hvm_op 34 #define __HYPERVISOR_sysctl 35 #define __HYPERVISOR_domctl 36 +#define __HYPERVISOR_kexec_op 37 /* Architecture-specific hypercall definitions. */ #define __HYPERVISOR_arch_0 48